headerbar: Don't underallocate the label box
authorTimm Bäder <mail@baedert.org>
Sat, 2 Apr 2016 14:20:09 +0000 (16:20 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 2 Apr 2016 15:03:52 +0000 (17:03 +0200)
commit58891c1fe5f10f9823a8b61f4df1a1db9c0fd479
tree1a87dc26e70578723116f6051941bd87788ae286
parentd23c6c624628d31fa7c9dd543c96af18954018c2
headerbar: Don't underallocate the label box

We use a label_sizing_box to make sure the headerbar can always contain
both a title and a subtitle without resizing when showing/hiding either
of them, but we should only do that for the height; the min width of the
label_box can be larger than that of the label_sizing_box.
gtk/gtkheaderbar.c